luci-theme-*: layout improvements
authorPaul Donald <[email protected]>
Sun, 20 Apr 2025 13:35:12 +0000 (15:35 +0200)
committerPaul Donald <[email protected]>
Sun, 8 Jun 2025 20:59:15 +0000 (22:59 +0200)
material menu bar on the left is now 'above' main content

Signed-off-by: Paul Donald <[email protected]>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index a7d39b6480c493764f8ce586ceca76017f466e5b..a09d7c36f19cd12e3daa4d0aa68216dad59bed08 100644 (file)
@@ -347,6 +347,7 @@ small {
        height: calc(100% - 4rem);
        background-color: var(--menu-bg-color);
        transition: visibility 400ms, width 400ms;
+       z-index: 800;
 }
 
 .main-right {